Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the golang group across 1 directory with 5 updates #331

Merged
merged 4 commits into from
Jan 14, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2025

Bumps the golang group with 5 updates in the / directory:

Package From To
github.com/dell/goisilon 1.17.0 1.18.1
github.com/dell/gopowermax/v2 2.8.0 2.9.0
github.com/dell/goscaleio 1.17.1 1.18.0
google.golang.org/grpc 1.69.2 1.69.4
github.com/docker/docker 27.4.1+incompatible 27.5.0+incompatible

Updates github.com/dell/goisilon from 1.17.0 to 1.18.1

Release notes

Sourced from github.com/dell/goisilon's releases.

Release v1.18.1

What's Changed

Full Changelog: dell/gopowerscale@v1.18.0...v1.18.1

Release v1.18.0

What's Changed

New Contributors

Full Changelog: dell/gopowerscale@v1.17.0...v1.18.0

Commits
  • 0093b95 Reverted json field name changes made in PR 79 (#82)
  • 970c59c Bump the golang group with 2 updates (#80)
  • d0c6cc3 Merge pull request #79 from dell/dependabot/go_modules/golang-6f6a864510
  • ab91816 Merge remote-tracking branch 'origin/linter_fixes' into dependabot/go_modules...
  • 952946b Bump the golang group across 1 directory with 5 updates
  • 42bc78c fixed few more linting errors
  • d7bcb89 fixed linting errors
  • 1f32ca7 Merge pull request #75 from dell/dell/update-action
  • 3ce67cd consolidate actions
  • 68a3848 Merge branch 'main' into dell/update-action
  • Additional commits viewable in compare view

Updates github.com/dell/gopowermax/v2 from 2.8.0 to 2.9.0

Release notes

Sourced from github.com/dell/gopowermax/v2's releases.

Release v2.9.0

What's Changed

New Contributors

Full Changelog: dell/gopowermax@v2.8.0...v2.9.0

Commits
  • ac2df61 Merge pull request #78 from dell/dependabot/go_modules/golang-d063de6b1c
  • 7b001bc Bump the golang group across 1 directory with 8 updates
  • 5653dcb Add reverseproxy tls certificate in New API client (#76)
  • 0b81e81 Bump github.com/konsorten/go-windows-terminal-sequences
  • 7229ef7 Merge pull request #73 from dell/feature/common-action
  • a3908da consolidate checks
  • 0d18c2c updated code owners
  • 33154b2 updated common actions
  • f1189af Create dependabot.yml
  • See full diff in compare view

Updates github.com/dell/goscaleio from 1.17.1 to 1.18.0

Release notes

Sourced from github.com/dell/goscaleio's releases.

Release v1.18.0

What's Changed

New Contributors

Full Changelog: dell/goscaleio@v1.17.1...v1.18.0

Commits
  • 412d3a3 Merge pull request #176 from dell/sdc-unit-test
  • e4c355f sdc-unit-test commit
  • bc3aea0 Merge pull request #160 from dell/dependabot/go_modules/golang-07f3a6036d
  • b7cee68 Merge branch 'main' into dependabot/go_modules/golang-07f3a6036d
  • 936b677 Add WithContext to the Client (#175)
  • 7a50258 Bump github.com/stretchr/testify in the golang group across 1 directory
  • 9b432c5 Update tests for deploy (#173)
  • 1fea2cc Increase Code Coverage for API (#174)
  • 93066aa Increase node unit test coverage (#172)
  • 7cf4af3 Increase Volume Unit Test Coverage (#171)
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.69.2 to 1.69.4

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.69.4

Bug Fixes

  • rbac: fix support for :path header matchers, which would previously never successfully match (#7965).

Documentation

  • examples/features/csm_observability: update example client and server to use the helloworld service instead of echo service (#7945).

Release 1.69.3 was accidentally tagged on the master branch and will be deleted. Please update to 1.69.4 instead.

Commits

Updates github.com/docker/docker from 27.4.1+incompatible to 27.5.0+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v27.5.0

27.5.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bugfixes and enhancements

  • containerd image store: Fix passing a build context via tarball to the /build endpoint. moby/moby#49194
  • Builder garbage collection policies without a keepStorage value now inherit the defaultKeepStorage limit as intended. moby/moby#49137
  • Preserve network labels during daemon startup. moby/moby#49200
  • Fix a potential race condition error when deleting a container. moby/moby#49239

Go SDK

  • pkg/sysinfo: deprecate NumCPU. This utility has the same behavior as runtime.NumCPU. moby/moby#49247
  • pkg/fileutils: deprecate GetTotalUsedFds: this function is only used internally and will be removed in the next release. moby/moby#49209
  • pkg/ioutils: deprecate BytesPipe, NewBytesPipe, ErrClosed, WriteCounter, NewWriteCounter, NewReaderErrWrapper, NopFlusher, NopWriter, NopWriteCloser. They were only used internally and will be removed in the next release. moby/moby#49246, moby/moby#49255
  • pkg/reexec: This package is deprecated and moved to a separate module. Use github.com/moby/sys/reexec instead. moby/moby#49135

Packaging updates

v27.5.0-rc.2

27.5.0-rc.2

This is a pre-release of the upcoming 27.5.0 release.

Pre-releases are intended for testing new releases: only install in a test environment!

curl -fsSL https://get.docker.com -o get-docker.sh
sudo CHANNEL=test sh get-docker.sh

Known issues:

Bugs and regressions can be reported in these issue trackers:

... (truncated)

Commits
  • 38b84dc Merge pull request #49255 from thaJeztah/27.x_backport_ioutils_more_deprecations
  • ae82113 Merge pull request #49253 from thaJeztah/27.x_backport_bump_containerd_binary...
  • 8a2fd51 pkg/ioutils: deprecate NopWriteCloser
  • cf37b66 pkg/ioutils: deprecate NopWriter
  • c83f658 Dockerfile: update containerd to v1.7.25
  • 931be8e Merge pull request #49246 from thaJeztah/27.x_backport_ioutils_deprecations
  • 2e1aee3 Merge pull request #49249 from robmry/backport-27.x/fix_unit_tests_for_nftabl...
  • f53d72e Fix unit tests for an nftables host
  • 55f7055 Merge pull request #49243 from thaJeztah/27.x_backport_bump_runc_binary_1.2.4
  • 36ad318 Merge pull request #49247 from thaJeztah/27.x_backport_deprecate_runtime_numcpu
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the golang group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/dell/goisilon](https://github.com/dell/goisilon) | `1.17.0` | `1.18.1` |
| [github.com/dell/gopowermax/v2](https://github.com/dell/gopowermax) | `2.8.0` | `2.9.0` |
| [github.com/dell/goscaleio](https://github.com/dell/goscaleio) | `1.17.1` | `1.18.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.69.2` | `1.69.4` |
| [github.com/docker/docker](https://github.com/docker/docker) | `27.4.1+incompatible` | `27.5.0+incompatible` |



Updates `github.com/dell/goisilon` from 1.17.0 to 1.18.1
- [Release notes](https://github.com/dell/goisilon/releases)
- [Commits](dell/gopowerscale@v1.17.0...v1.18.1)

Updates `github.com/dell/gopowermax/v2` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/dell/gopowermax/releases)
- [Commits](dell/gopowermax@v2.8.0...v2.9.0)

Updates `github.com/dell/goscaleio` from 1.17.1 to 1.18.0
- [Release notes](https://github.com/dell/goscaleio/releases)
- [Commits](dell/goscaleio@v1.17.1...v1.18.0)

Updates `google.golang.org/grpc` from 1.69.2 to 1.69.4
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.69.2...v1.69.4)

Updates `github.com/docker/docker` from 27.4.1+incompatible to 27.5.0+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.4.1...v27.5.0)

---
updated-dependencies:
- dependency-name: github.com/dell/goisilon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/dell/gopowermax/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/dell/goscaleio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/docker/docker
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
...

Signed-off-by: dependabot[bot] <[email protected]>
@csmbot
Copy link
Collaborator

csmbot commented Jan 14, 2025

Can one of the admins verify this patch?

@atye
Copy link
Contributor

atye commented Jan 14, 2025

e2e pass

@alikdell alikdell merged commit 57b3044 into main Jan 14, 2025
8 checks passed
@alikdell alikdell deleted the dependabot/go_modules/golang-586b8f1e67 branch January 14, 2025 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants